projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22795d
)
* sun-mouse.el (suspend-emacstool): Run suspend-hook, not
author
Jim Blandy
<jimb@redhat.com>
Mon, 3 May 1993 04:05:33 +0000
(
04:05
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 3 May 1993 04:05:33 +0000
(
04:05
+0000)
suspend-hooks.
lisp/term/sun-mouse.el
patch
|
blob
|
history
diff --git
a/lisp/term/sun-mouse.el
b/lisp/term/sun-mouse.el
index bca3339c264b18d91850fc6656e2080df121e597..0ac9e46f4ea8cb4b1614e2a0fcce9ce43d7252a1 100644
(file)
--- a/
lisp/term/sun-mouse.el
+++ b/
lisp/term/sun-mouse.el
@@
-665,7
+665,7
@@
If running under as a detached process emacstool,
you don't want to suspend (there is no way to resume),
just close the window, and wait for reopening."
(interactive)
- (run-hooks 'suspend-hook
s
)
+ (run-hooks 'suspend-hook)
(if stuffstring (send-string-to-terminal stuffstring))
(send-string-to-terminal "\033[2t") ; To close EmacsTool window.
(run-hooks 'suspend-resume-hook))